* src/fns.c (hash_string): Suppress warning on 32-bit platforms
authorMattias Engdegård <mattiase@acm.org>
Thu, 22 Feb 2024 19:15:33 +0000 (20:15 +0100)
committerMattias Engdegård <mattiase@acm.org>
Fri, 23 Feb 2024 10:09:49 +0000 (11:09 +0100)
commit53e60fb004c0e8b40b01fcfcf7f406557e35aa3e
tree216de858247e86b7d0ac77f7511bdcde98807189
parentf85280503a3a67e1618069b1c7d6810efa924fe8
* src/fns.c (hash_string): Suppress warning on 32-bit platforms

Remove a shift-too-wide complaint by GCC in code that is never reached
on platforms where that shift is too wide.
src/fns.c